home *** CD-ROM | disk | FTP | other *** search
- func void RemoveClient(i32x iUserId);
- func void StartClient( i32x iUserId);
-
- func void IndividualOrder( i32x iInRaceTeamID, i32x iSeletedCyclistsFlag, i32x iOrderenum, i32x iOrderValue, i32x iOrderOption, f32x fOrderOption);
-
- func void AIBreak( i32x iPreRaceCyclistIndex,i32x _iBreakFlag);
- func void AIWithdrawal( i32x iPreRaceCyclistIndex);
- func void AIAllWithdrawal();
- func void AIFall( i32x iPreRaceCyclistIndex);
-
- func i32x GetNumRaceCyclists();
- func f32x GetStartRaceCyclistTime( i32x iRaceCyclistIndex);
- func i32x GetWithdrawalCyclistDistance( i32x iRaceCyclistIndex);
- func i32x GetPreRaceCyclistIndexFromRaceCyclist( i32x iRaceCyclistindex);
-
- func void InitInterface(i32x iPreRaceTeamIndex);
-
- func i32x InRaceServer_GetNbSprints();
- func i32x GetNbSprinterToSend( i32x iSprintIndex, i32x iPreRaceTeamID);
- func i32x GetSprinterPreRaceCyclistIndex(i32x iSprintIndex, i32x iCyclistIndex);
- func f32x GetSprinterTime( i32x iSprintIndex, i32x iCyclistIndex);
-